home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11915 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: nntp-server.caltech.edu!egrayver
  2. From: egrayver@cco.caltech.edu (Eugene Grayver)
  3. Newsgroups: comp.lang.c++,gnu.g++.help
  4. Subject: Parse error at end of text -> PLEASE HELP
  5. Date: 17 Mar 1996 01:13:31 GMT
  6. Organization: California Institute of Technology, Pasadena
  7. Message-ID: <4ifovr$g60@gap.cco.caltech.edu>
  8. NNTP-Posting-Host: piccolo.cco.caltech.edu
  9. X-Newsreader: NN version 6.5.0 #12 (NOV)
  10.  
  11. Hello,
  12.  
  13. I have a rather large C++ program that compiles under g++2.7.2 on a number
  14. of platforms (hp,rs6k,sunOs).  However, one of the files refuses to compile 
  15. on a Sun/Solaris workstation w/ 16M RAM, ~40M swap.  The file in question is
  16. rather large, uses advanced templating, overloading, etc.  Gcc starts processing
  17. the file as usual, then, after issuing a few innocuous warnings pauses for a 
  18. LONG time (~3 mins) and then exists with an error"
  19. Parse error at end of saved text
  20. and a line number.
  21. The line number is the same every time, and contains a perfectly valid
  22. declaration that compiles with no problems on all of the other machines.
  23.  
  24. What could be the problem; what is this error message indicative of?
  25.  
  26. Thanks.
  27. Eugene
  28.